projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674ad2b
)
Revert "tools/hotplug: fix race during xen.conf creation"
author
Ian Campbell
<ian.campbell@citrix.com>
Fri, 10 Oct 2014 08:35:34 +0000
(09:35 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 10 Oct 2014 08:35:42 +0000
(09:35 +0100)
This reverts commit
eac3f5122fd4769b2885d8ad78bcbcf5df2472c1
.
The "all" target should never depend on "install", it is supposed to only build
not install.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/hotplug/Linux/systemd/Makefile
patch
|
blob
|
history
diff --git
a/tools/hotplug/Linux/systemd/Makefile
b/tools/hotplug/Linux/systemd/Makefile
index 6950d246c6cd1c8a1076bac5f1e5025559fa7f1f..9c58b338207537b4b48ff6551e80ecae3f8a0248 100644
(file)
--- a/
tools/hotplug/Linux/systemd/Makefile
+++ b/
tools/hotplug/Linux/systemd/Makefile
@@
-21,11
+21,10
@@
ALL_XEN_SYSTEMD = $(XEN_SYSTEMD_MODULES) \
$(XEN_SYSTEMD_SERVICE)
.PHONY: all
-all:
install
+all:
$(ALL_XEN_SYSTEMD)
.PHONY: clean
clean:
- rm -f $(ALL_XEN_SYSTEMD)
.PHONY: install
install: $(ALL_XEN_SYSTEMD)